projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f942aa5
)
build: Disable deprecation warnings for input methods
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 19 Apr 2017 10:34:29 +0000
(11:34 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 3 May 2017 14:10:57 +0000
(15:10 +0100)
modules/input/meson.build
patch
|
blob
|
history
diff --git
a/modules/input/meson.build
b/modules/input/meson.build
index 90be67f922a47ac3c051436c45f33fa588436326..ecb98c4a143edc65e6e247b3dec2d115cb41f811 100644
(file)
--- a/
modules/input/meson.build
+++ b/
modules/input/meson.build
@@
-56,6
+56,7
@@
mp_confdir = join_paths(sysconfdir, 'gtk-4.0')
mp_cargs = [
'-DMULTIPRESS_LOCALEDIR=""', # FIXME: where is $(mplocaledir) ever set?
'-DMULTIPRESS_CONFDIR="@0@"'.format(mp_confdir),
+ '-DGDK_DISABLE_DEPRECATION_WARNINGS',
]
install_data('im-multipress.conf', install_dir : mp_confdir)